The following step-by-step instructions will help you to perform the experiment.

Step 0 (Preparation): 
Open a terminal/cmd and navigate into the "Experiment" directory.

Step 1 (Generate XMLDatabases): 
Run the XMLGenerator.jar using the following command: 
java -jar XMLGenerator.jar [DIRECTORY_PATH]
DIRECTORY_PATH is the folder in which you would like to store the files. 

Step 2 (Generate potential secrets): 
Run the PotSecGenerator.jar using the following command: 
java -Xmx2048m -jar PotSecGenerator.jar [DIRECTORY_PATH]
[DIRECTORY_PATH] has to be the same folder path where you saved the .xml files in Step 1.

Step 3 (Generate inference-proof Instance): 
Run the IPVGenerator.jar using the following command: 
java -jar IPVGenerator.jar [FILE_NAME] [DIRECTORY_PATH]
[FILE_NAME] has to be the number from the xml database filename.
[DIRECTORY_PATH] has to be the same folder path where you saved the .xml and .txt files in Step 1 and 2.